You can use the kSystemIconsCreator
constant to obtain System icons that are not associated with a file, such as the help icon. For an example of using this constant, see
Obtaining an IconRef for the standard help icon
.
enum {
kSystemIconsCreator = FOUR_CHAR_CODE('macs')
};